home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gSection
-
- on GoOn
- stopSound2()
- case gSection of
- #intro:
- go1()
- 1:
- go2()
- 2:
- go3()
- 3, 4, #fillin:
- leaveThisMovie()
- #clickDone:
- go4()
- end case
- end
-
- on goBack
- stopSound2()
- case gSection of
- 1:
- goIntro()
- 2:
- go1()
- 3:
- go2()
- 4, #clickDone:
- go3()
- #fillin:
- go4()
- end case
- end
-
- on leaveThisMovie
- if iAmActivated(gMasterData) then
- getPrintData()
- end if
- stopSound2()
- cursor(4)
- go(1, "Menu2")
- end
-
- on notePadButton
- DoNotepad()
- end
-
- on continueNext
- stopSound2()
- go(the frame + 1)
- end
-